'Declaration Public Overloads Shared Function WaitResult(Of TResult)( _ ByVal asyncOperation As IAsyncOperation(Of TResult) _ ) As TResult
public static TResult WaitResult<TResult>( IAsyncOperation<TResult> asyncOperation )
Parameters
- asyncOperation
Type Parameters
- TResult